Get And Update DzoCoin
You can update your DzoCoin when it has changed by registering callback:
    SDKAPI.RegisCallbackUpdateDzoCoin((_result)=>{
        Debug.Log("Update DzoCoin: " + _result.strValueFormatted);
    });
You can update your DzoCoin when it has changed by registering callback:
    SDKAPI.RegisCallbackUpdateDzoCoin((_result)=>{
        Debug.Log("Update DzoCoin: " + _result.strValueFormatted);
    });